private ColldemoSl45$Game game = new ColldemoSl45$Game(this);
Thread runner;
ColldemoSl45$TextEntry textEntry;
ColldemoSl45$TextDisplay textDisp;
ColldemoSl45$MainMenu mainMenu;
Display display = Display.getDisplay(this);
String helpText = "The aim of Collision Course is simple - Drive as quickly as possible avoiding the obstacles and collecting the flags. \n\nPress UP to set off and change up a gear, press DOWN to change down a gear and press LEFT/RIGHT to control your position on the track. You can use either the direction thumb pad or the 4, 6, 2 and 8 number keys to play the game. \n\n30 points are gained for every flag collected and 20 points are awarded at the end of a stage for every second remaining on the clock.";
public ColldemoSl45() {
this.textEntry = new ColldemoSl45$TextEntry(this, this.display, this.game, this.game);
this.textDisp = new ColldemoSl45$TextDisplay(this, this.display, this.game, this.helpText);
this.mainMenu = new ColldemoSl45$MainMenu(this, this.display, this.game);